google.golang.org/grpc/internal/transport.http2Client.bdpEst (field)

7 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L117: 	bdpEst *bdpEstimator
		http2_client.go#L394: 		t.bdpEst = &bdpEstimator{
		http2_client.go#L477: 		t.loopy = newLoopyWriter(clientSide, t.framer, t.controlBuf, t.bdpEst, t.conn, t.logger, t.outgoingGoAwayHandler, t.bufferPool)
		http2_client.go#L1193: 	if t.bdpEst != nil {
		http2_client.go#L1194: 		sendBDPPing = t.bdpEst.add(size)
		http2_client.go#L1351: 		if t.bdpEst != nil {
		http2_client.go#L1352: 			t.bdpEst.calculate(f.Data)